home *** CD-ROM | disk | FTP | other *** search
- _root.czas_na_zegarze = 60 + _root.czas_na_odnalezienie - _root.czas_w_grze;
- if(_root.czas_w_grze >= _root.czas_na_odnalezienie + 60 && _root.kucharz_opary_stop == false)
- {
- tellTarget("/")
- {
- play();
- }
- tellTarget(_root.zegar)
- {
- prevFrame();
- }
- }
- gotoAndPlay(2);
-